Skip to content

feat: add PR search with dynamic filters and state separation#6

Open
d-claro wants to merge 2 commits into
mainfrom
feature/pr-search
Open

feat: add PR search with dynamic filters and state separation#6
d-claro wants to merge 2 commits into
mainfrom
feature/pr-search

Conversation

@d-claro

@d-claro d-claro commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

What was done

  • Added search-prs command to search Pull Requests directly from the terminal
  • Added dynamic filtering by title, author, reviewer and state
  • Added state separation — Open, Closed, Merged and All are now distinct options
  • Added Pull Requests submenu to the interactive menu
  • Added "Back" option to the search submenu

New Command

  • search-prs — searches PRs on GitHub with filters:
    • --title — search by title
    • --author — search by author username
    • --reviewer — search by reviewer username
    • --state — filter by state (open, closed, merged, all)

Menu Changes

  • New Pull Requests submenu with View All PRs, Search PRs and Create Pull Request
  • State picker when viewing all PRs (Open, Closed, Merged, All)
  • Back option added to search submenu

Notes

  • Requires GitHub CLI (gh) installed and authenticated
  • Open for suggestions and feedback from the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant